home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Tracks_Earth / text.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  1.2 KB  |  94 lines

  1. BODY
  2. {
  3.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  4.     font-size : small;
  5.     color : rgb(128,128,128);
  6.     font-weight : bold;
  7.     background-color : rgb(227,227,227);
  8.     background-image : none
  9. }
  10.  
  11. A:active
  12. {
  13.     color : rgb(128,128,128);
  14.     text-decoration : line-through
  15. }
  16.  
  17. A:link
  18. {
  19.     color : rgb(128,128,128);
  20.     text-decoration : line-through
  21. }
  22.  
  23. UL
  24. {
  25.     letter-spacing : 0.15em
  26. }
  27.  
  28. A:visited
  29. {
  30.     color : rgb(128,128,128);
  31.     text-decoration : line-through
  32. }
  33.  
  34. .TextObject
  35. {
  36.     font-size : 1em;
  37.     line-height : 1.5em;
  38.     text-indent : 2em
  39. }
  40.  
  41. H1
  42. {
  43.     color : rgb(128,128,128);
  44.     border-left : 0.2em double rgb(143,0,61)
  45. }
  46.  
  47. H2
  48. {
  49.     color : rgb(128,128,128);
  50.     border-left : 0.2em double rgb(143,0,61)
  51. }
  52.  
  53. P
  54. {
  55.     font-size : 1em;
  56.     color : rgb(128,128,128);
  57.     line-height : 1.5em;
  58.     text-indent : 2em
  59. }
  60.  
  61. H3
  62. {
  63.     color : rgb(128,128,128);
  64.     border-left : 0.2em double rgb(143,0,61)
  65. }
  66.  
  67. OL
  68. {
  69.     letter-spacing : 0.15em
  70. }
  71.  
  72. H4
  73. {
  74.     color : rgb(128,128,128);
  75.     border-left : 0.2em double rgb(143,0,61)
  76. }
  77.  
  78. H5
  79. {
  80.     border-left : 0.2em double rgb(143,0,61)
  81. }
  82.  
  83. H6
  84. {
  85.     border-left : 0.2em double rgb(143,0,61)
  86. }
  87.  
  88. A:hover
  89. {
  90.     color : rgb(128,128,128);
  91.     text-decoration : underline overline
  92. }
  93.  
  94.